|
Copyright (C) 2003,2004 dr. Cristiano Sadun | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Classes implementing this interface can be registered in a FlatFileParser
(using FlatFileParser#addListener(Listener)
) to react to successfully parsed
lines in the flat file.
The LineFormat
is passed as well, for easier handling of mixed lines files.
Method Summary | |
void |
lineParsed(LineFormat format,
int logicalLinecount,
int physicalLineCount,
java.lang.String[] values)
Invoked when a line is successfully parsed. |
Method Detail |
public void lineParsed(LineFormat format, int logicalLinecount, int physicalLineCount, java.lang.String[] values) throws AbortFFPException
LineFormat
is passed as well.
format
- the LineFormat
object which has executed the parsingvalues
- the values resulting from the parsing
AbortFFPException
|
Copyright (C) 2003,2004 dr. Cristiano Sadun | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |